home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / PInterfaces / Unicode.p < prev    next >
Encoding:
Text File  |  1998-08-17  |  875 b   |  52 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        Unicode.p
  3.  
  4.      Contains:    Types, constants, and prototypes for Unicode Converter
  5.  
  6.      Version:    Technology:    Mac OS 8 (Tempo)
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1994-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. }
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT Unicode;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED __UNICODE__}
  27. {$SETC __UNICODE__ := 1}
  28.  
  29. {$I+}
  30. {$SETC UnicodeIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32.  
  33. {$IFC UNDEFINED __UNICODECONVERTER__}
  34. {$I UnicodeConverter.p}
  35. {$ENDC}
  36.  
  37.  
  38. {$PUSH}
  39. {$ALIGN MAC68K}
  40. {$LibExport+}
  41.  
  42. {$ALIGN RESET}
  43. {$POP}
  44.  
  45. {$SETC UsingIncludes := UnicodeIncludes}
  46.  
  47. {$ENDC} {__UNICODE__}
  48.  
  49. {$IFC NOT UsingIncludes}
  50.  END.
  51. {$ENDC}
  52.